﻿@charset "utf-8";
.swiper-container{
  height: 410px;
}
.swiper-container .swiper-img {
  width: 100%;
  height: inherit;
}
.swiper-container .swiper-wrapper .swiper-slide>img.swiper-img{
  width: 100%;
}
.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0D4DAC;
}
.container .container-header{
  margin-bottom: 1em;
  font-size: 1.375em;
}
.container .container-header>h4{
  float: left;
  color: #015db2;
}
.container .container-header>.sub-title{
  margin-left: 0.5em;
  font-family: Helvetica;
  color: #666;
}
.container .container-content .c-img {
  float: left;
  height: 290px;
  width: 460px;
}
.container .container-content .c-img>img{
  width: 100%;
  height: 100%;
}
.container .container-content .introduction{
  min-height: 290px;
  margin-left: 460px;
  padding-left: 2em;
  font-size: 1em;
}
.container .container-content .introduction>ul{
  padding-left: 3em;
  margin: 1em 0;
}

.container .container-content .introduction>p{
  color: #222222;
  line-height: 1.5;
}
.container .container-content .introduction>ul>li{
  margin-bottom: 1em;
}
#J_info_swiper {
  height: 100%;
}
#J_info_swiper .swiper-button-prev {
  left: 0;
  width: 2.2em;
  height: 2.2em;
  background-image: url("/images/swiper-left.png");
  background-size: 2.2em 2.2em;
}
#J_info_swiper .swiper-button-next {
  right: 0;
  width: 2.2em;
  height: 2.2em;
  background-image: url("/images/swiper-right.png");
  background-size: 2.2em 2.2em;
}
#J_info_swiper .swiper-button-prev:focus,
#J_info_swiper .swiper-button-next:focus {
  outline: 0;
}
#J_info_swiper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
#J_info_swiper .swiper-slide .swiper-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 0.875em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container-content .notice{
  margin-left: 460px;
  padding-left: 2em;
  font-size: 1em;
}
.container-content .notice .info-list {
  list-style: none;
}
.container-content .notice .info-list>li {
}
.container-content .notice .info-list>li:last-child {
  margin-bottom: 0;
}
.container-content .notice .info-list>li>a{
  display: block;
}
.container-content .notice .info-list>li>a>span {
  display: inline-block;
  color: #222
}
.container-content .notice .info-list>li>a>span.label {
  float: left;
  color: #fff;
}
.container-content .notice .info-list>li>a>span.label.color1 {
  background: #015db2;
}
.container-content .notice .info-list>li>a>span.label.color2 {
  background: #5AB1D0;
}
.container-content .notice .info-list>li>a>span.title {
  width: calc(100% - 13em);
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #222;
}
.container-content .notice  .info-list>li.active>a>span.title {
  color: #015db2;
}
.container-content .notice .info-list>li>a>span.time {
  float: right;
}
.container-content .notice  .info-list>li.active>a>span.time {
  color: #015db2;
}

.container-content .notice .info-list>li {
  margin-bottom: 1em;
}
.container-content .notice .info-list>li>a>span{
  height: 1.5em;
}
.container-content .notice .info-list>li>a>span.label{
  margin-right: 1em;
  padding: 0.25em 0.5em;
  line-height: 1em;
}
.container-content .notice .info-list>li>a>span.title,
.container-content .notice .info-list>li>a>span.time{
  padding: 0.25em 0;
  line-height: 1em;
}

.swiper-container .swiper-pagination-bullet {
  width: 3em;
  height: 0.2em;
  margin: 0 0.5em !important;
}

/*底部友情链接组合样式*/
.fri-linkgroup { /*height:92px*/;
    padding: 25px 0;
}

.fri-linkgroup .dis-tab {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.fri-linkgroup .dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.fri-linkgroup .tab-left {
    width: 190px;
}

.fri-linkgroup .l-list {
    margin: 0 -30px;
}

.fri-linkgroup .l-list .item {
    padding: 0 30px;
}

/*媒体查询*/
@media (max-width: 991px) {
    /*底部友情链接组合样式*/
    .fri-linkgroup {
        height: auto;
        padding: 10px 0;
    }

    .fri-linkgroup .l-list {
        padding: 0;
        margin: 0
    }

    .fri-linkgroup .l-list .item {
        padding: 6px 0;
        margin-bottom: 15px;
    }
}
.credit-box {
    position: relative;
    height: 36px;
    border: 1px solid #fff;
    cursor: pointer;
    background: #ffffff

}

.credit-box a {
    color: #4b4b4b;
}

.credit-box a:hover {
    color: #337ab7;
}

.credit-box h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
    padding-right: 10px
}

.ani-tabs .conwrap {
    height: 510px;
    width: 97%;
    background: #f7f7f7;
    position: relative
}

.ani-tabs .conwrap.left {
    float: left;
}

.ani-tabs .conwrap.right {
    float: left;
}

.ani-tabs .conwrap .itemcon {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.ani-tabs .conwrap .itemcon.cur {
    display: block
}


.new_bg {
    height: 510px;
    overflow: hidden;
}



.bg_btm .bgarea {
  height: 178px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg_top .bgarea {
    height: 178px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
}

.new_bg .newsarea {
    background: #f7f7f7;
}

.new_bg.bg_btm .icontext {
    width: 180px;
    height: 178px;
    background: #be010d;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    left: auto
}
.new_bg .icontext {
    width: 180px;
    height: 178px;
    background: #be010d;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
}

.new_bg .icontext .con {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.new_bg .icontext .con span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    color: #fff
}

.new_bg .icontext .con .arr {
    position: absolute;
    bottom: -7px;
    left: 83px
}

.new_bg .icontext .con .copy_con .smimg {
    width: 30%
}

.new_bg .icontext .con .copy_con .bigimg {
    display: none
}
.new_bg.bg_btm .icontext .con .arr {
    position: absolute;
    top: -7px;
    left: 83px
}
.new_bg .newsarea {
    padding: 24px 22px;
}

.new_bg .news-more {
    text-align: center;
    display: block;
}

.new_bg .news-more:link, .new_bg .news-more:visited, .new_bg .news-more:active {
    color: #ee0110;
    padding-top: 7px
}

.new_bg .list-group {
    margin-bottom: 0;
    height: 256px;
    overflow: hidden
}

.new_bg .newsarea .widget-list-item {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}


@media (max-width: 991px) {
    .bg_top {
        border-right: 0px solid #ee0413;
    }

    .bg_top .bgarea {
        background-size: 100% 100%;
    }
}

#owl-02 .item .hd {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 14px;
    margin-bottom: 15px;
}

#owl-02 .item .hd .right {
    display: table-cell;
    vertical-align: middle
}

#owl-02 .item .hd .left {
    width: 90px;
    display: table-cell;
    vertical-align: middle
}

#owl-02 .item .hd .left .date {
    width: 72px;
    height: 72px;
    background: #fff;
    background: #fff;
    color: #ca0d0d;
    font-size: 12px;
    text-align: center;
    border: 1px solid #a3000e;
    font-family: Arial
}

#owl-02 .item .hd .left .date span {
    display: block
}

#owl-02 .item .hd .left .date .dateday {
    height: 46px;
    line-height: 46px;
    font-size: 36px;
    color: #fff;
    background: #a3000e;
}

#owl-02 .item .hd .left .date .yearmonth {
    line-height: 25px
}

#owl-02 .item .hd .right h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0
}

#owl-02 .item .hd .right h3::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #a3000e;
    margin-right: 10px;
}

#owl-02 .item .hd .right p {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    overflow: hidden;
    margin: 0
}

.news-slide .view-more {
    display: block;
    width: 178px;
    height: 48px;
    text-align: center;
    color: #fff !important;
    line-height: 48px;
    font-size: 14px;
    background: #a3000e;
    margin: 5px auto 0 auto
}

.news-slide .view-more:hover {
    background: #d90513
}

.news-slide {
    margin: 55px 0
}

#owl-02 .item .bd {
    position: relative;
    display: block;
    font-size: 0;
    padding-bottom: 53%
}

#owl-02 .item .bd img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}


@media (max-width: 991px) {
    .news-slide {
        margin: 15px 0
    }

    .news-slide .zdxw {
        margin: 0 !important;
    }
}

.owl-carousel .owl-item .article .caption {
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    background: url(../images/focus-cap-bg.png);
}

.owl-carousel .article:hover .caption {
    background: url(../images/focus-cap-bg.png);
}

#owl-01 .articale .item {
    position: relative;
    display: block;
    font-size: 0;
    padding-bottom: 36%
}

#owl-01 .articale .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.main-nav ul {
    display: table;
    width: 100%;
    table-layout: fixed
}

.main-nav ul li {
    display: table-cell;
    width: 12.5%;
    position: relative;
}

.main-nav ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: auto !important;
}

.main-nav ul li a:link, .main-nav ul li a:active, .main-nav ul li a:visited {
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.main-nav ul li a:hover, .main-nav ul li:hover a {
    color: #fffd4d;
    text-decoration: none;
}

.subcon {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

.subcon ul li {
    padding: 10px 0
}

.subcon ul li a:link, .subcon ul li a:active, .subcon ul li a:visited {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    text-align: center;
}

.subcon ul li a:hover {
    color: #fffd4d
}

.hassub:hover .subcon {
    display: block;
    background: #86040e;
}

.subcon .left img {
    max-width: 100%
}

.subcon .right {
    padding-left: 30px
}

.subcon ul {
    display: block
}

.subcon ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.news-slide .zdxw {
    margin-left: 50px;
}

.news-slide .zdxw .item {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.news-slide .zdxw .item .time {
    float: left;
    text-align: center;
    width: 200px;
    padding: 8px 15px;
    color: #fff;
    background: #a3000e;

}

.news-slide .zdxw .item .title {
    margin-left: 220px;
    padding: 8px 15px;
    color: rgb(51, 51, 51);
    background: #f7f7f7;
    cursor: pointer;
}

.news-slide .zdxw .item .title:hover {
    text-decoration: underline;
}

.news-slide .zdxw .hd {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 24px;
}

.news-slide .zdxw .hd .left {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}

.news-slide .zdxw .hd .left .date {
    width: 130px;
    height: 70px;
    background: #fff;
    background: #fff;
    color: #ca0d0d;
    font-size: 12px;
    text-align: center;
    border: 1px solid #a3000e;
    font-family: Arial;
}

.news-slide .zdxw .hd .left .date .dateday {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    background: #a3000e;
}

.news-slide .zdxw .hd .left .date .yearmonth {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.news-slide .zdxw .hd .right {
    display: table-cell;
    vertical-align: middle
}

.news-slide .zdxw .hd .right h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0
}

.news-slide .zdxw .hd .right p {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    overflow: hidden;
    margin: 0
}

.owl-nav {
    display: none !important;
}


@media (max-width: 991px) {
    .bg_btm {
        border-left: 0px solid #ee0413;
    }

    .bg_btm .bgarea {
        background-size: 100% 100%;
    }
}


